|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jade.content.QuantifiedVariable
| Constructor Summary | |
QuantifiedVariable()
Constructor |
|
| Method Summary | |
java.lang.String |
getKind()
Sets the kind of the variable, i.e., its cardinality. |
Variable |
getVariable()
Gets the variable. |
void |
setKind(java.lang.String kind)
Sets the kind of the variable, i.e., its cardinality. |
void |
setVariable(Variable variable)
Sets the variable. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public QuantifiedVariable()
| Method Detail |
public void setKind(java.lang.String kind)
kind - the kind.public java.lang.String getKind()
public void setVariable(Variable variable)
variable - the variablepublic Variable getVariable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||